home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16105 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  931 b 

  1. Path: pub.news.uk.psi.net!usenet
  2. From: andrew oxenburgh <andrew.oxenburgh@private.nethead.co.uk>
  3. Newsgroups: comp.os.ms-windows.programmer.tools.mfc,comp.lang.c++
  4. Subject: Re: Controls in non-dialog (mfc)
  5. Date: 7 Apr 1996 09:29:58 GMT
  6. Organization: PSINet UK Public Usenet Site
  7. Message-ID: <4k81um$s8t@pub.news.uk.psi.net>
  8. NNTP-Posting-Host: ip17.videotron.usr1.nethead.co.uk
  9.  
  10. sj2393@ansys.com (Steve Jones) writes:
  11. > How in MFC does one go about embedding a control within a
  12. > window that is not a dialog box?  For example, I can
  13. > construct and Create() a CEdit object within a CView derived
  14. > class, but nothing (apparently) happens.  I knew when I
  15. > tried it something wasn't quite right; I wasn't sure what to
  16. > use for the nID.  Is it necessary to use a resource?
  17. > steve
  18. > stevejones@ansys.com
  19.  
  20.  
  21. Steve, I'm an OWL programmer, not an MFC Programmer, but I'd say 
  22. you also have to Show(SW_SHOW) to the CEdit.  ???
  23.